home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 5
/
CD-ROM Today - The Disc (Issue 5)(November 1994).ISO
/
mac
/
DHA demo
/
Don Norman Folder
/
The Library
/
The Library.rsrc
/
CSTR_28149_OldFindCSTR
< prev
next >
Wrap
Text File
|
1994-09-21
|
239b
|
11 lines
put getSFPath() into p
get getFilesInDir(p, "TEXT", return)
if it ¡ "" then
get listselect(GetDlgID(1330), tStr("LibMsg",38), it)
repeat with x = 1 to numLns(it)
cbusy
TWOldFind line x of it
end repeat
else
answer tStr("LibMsg",39)
end if